123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .betrecordPage {
- // height: 100%;
- // :global(.adm-tabs) {
- // height: 100%;
- // display: flex;
- // flex-direction: column;
- // }
- // :global(.adm-tabs-content) {
- // flex: 1;
- // min-height: 0;
- // overflow: auto;
- // @extend .commonBorder;
- // box-shadow: $-input-shadow;
- // border-radius: 0.15rem;
- // margin: 0 0.1rem 0.1rem;
- // }
- // // :global(.adm-list-body-inner) {
- // // // @extend .commonBorder;
- // // // box-shadow: $-input-shadow;
- // // // border-radius: 0.15rem;
- // // // border-top-width: 1px;
- // // }
- :global(.adm-list-item) {
- margin-bottom: 0.1rem;
- }
- :global(.adm-list-item-content-main) {
- padding: 0.1rem;
- background: #1f2830;
- border-radius: 0.1rem;
- }
- // :global(.adm-tabs-tab-list) {
- // margin: 0.12rem;
- // // border: 1px solid #e43bff;
- // // border-radius: 0.3rem;
- // // box-shadow: 0 0 15px #7735bd inset;
- // padding-bottom: 0.1rem;
- // position: relative;
- // &:after {
- // content: "";
- // position: absolute;
- // left: 0;
- // top: 0;
- // width: 100%;
- // bottom: 0;
- // border-bottom: 1px solid #fcd6ff;
- // border-radius: 0.3rem;
- // pointer-events: none;
- // }
- // &:before {
- // content: "";
- // position: absolute;
- // left: 0;
- // top: 1px;
- // width: 100%;
- // bottom: 1px;
- // border: 1px solid #e43bff;
- // border-radius: 0.3rem;
- // box-shadow: 0 0 25px #df3cfb inset;
- // padding-bottom: 0.1rem;
- // pointer-events: none;
- // }
- // }
- // :global(.adm-tabs-tab) {
- // padding-bottom: 0;
- // }
- // :global(.adm-tabs-tab-line) {
- // bottom: 0.08rem;
- // }
- padding-top: 0.1rem;
- height: 100%;
- display: flex;
- flex-direction: column;
- :global(.adm-tabs-tab-list) {
- margin: 0 0.12rem 0.12rem;
- background-color: #1f2830;
- border-radius: 0.1rem;
- height: 0.4rem;
- position: relative;
- }
- :global(.adm-tabs) {
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: stretch;
- }
- :global(.adm-tabs-content) {
- flex: 1;
- min-height: 0;
- overflow: auto;
- padding: 0;
- }
- // :global(.adm-tabs-tab-line) {
- // bottom: 0.08rem;
- // }
- :global(.adm-tabs-tab-line) {
- top: 0;
- bottom: 0;
- background: #11de68;
- height: 100%;
- border-radius: 0.1rem;
- }
- :global(.adm-tabs-tab-wrapper) {
- flex: 1;
- padding: 0;
- height: 100%;
- }
- :global(.adm-tabs-tab) {
- padding: 0;
- margin: 0;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- color: #5d7284;
- font-weight: 700;
- padding-bottom: 0;
- font-size: 0.13rem;
- }
- :global(.adm-tabs-tab-active) {
- color: #122f23;
- }
- :global(.adm-tabs-header-mask) {
- display: none;
- }
- :global(.adm-tabs-content) {
- padding: 0 0.1rem 0.1rem;
- }
- :global(.adm-tabs) {
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- }
|